/* =================================== normalize ===================================== */
/*! normalize.css v8.0.11111 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ================================== base_setting ================================== */

* {
  /*ç¦æ­¢ç§»åŠ¨ç«¯ç‚¹å‡»é«˜äº®*/
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,body {
  font-family: "FZLTHJW", Arial, Helvetica, sans-serif !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
body,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote,
ul,
ol,
li,
dl,
dd,
button,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  padding-right: 0px !important;
}
/* æ»šåŠ¨æ¡ */
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #555;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #333333;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: var(--mainColor);
}
a.scaleRun {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.scaleRun:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
/*markæ–‡æœ¬é«˜äº®æ˜¾ç¤º*/
mark {
  background: #ff0;
  color: #000;
}
img {
  border: 0;
  vertical-align: middle;
}

.hd_part img{width:100%;}


/*bg img all*/

.falv2 {background-image: url(../img/lpapply/lvshi_2.jpg);background-size:cover;height:470px;}
.falv3 {background-image: url(../img/lpapply/lvshi_3.jpg);background-size:cover;height:675px;}
.falv4 {background-image: url(../img/lpapply/lvshi_4.jpg);background-size:cover;height:640px;}
.falv5 {background-image: url(../img/lpapply/lvshi_5.jpg);background-size:cover;height:545px;}
.falv6 {background-image: url(../img/lpapply/lvshi_6.jpg);background-size:cover;height:670px;}
.hd_part{position:relative;}
.hd_part .consult{position: absolute;right:0;left:0;bottom:55px;}
.hd_part .consult_jixie_1{position: absolute;right:0;left:0;bottom:130px;}

.kh618 .consult{bottom:80px;}

.zsjm_2 {background-color: #f9f7f8;}
/*.zsjm_3 {background-image: url(../img/lpapply/zhaos_3.jpg);background-size:cover;height:456px;}*/
.zsjm_4 {background-image: url(../img/lpapply/zhaos_4.jpg);background-size:cover;height:635px;}
.zsjm_4 .container{padding-top:150px;}
.zsjm_5 {background-image: url(../img/lpapply/zhaos_5_bg.jpg);background-size:cover;height:597px;}
.zsjm_5 img {margin-top:150px;}
.zsjm_5 .consult{bottom:130px;}

.fangc_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/fangc_3_bg.jpg);background-size:cover;height:604px;}
.fangc_5{background-color:#f8f8fa;}
.site_5 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/site_5_bg.jpg);background-size:cover;height:641px;}
.tongy_5 {background-image: url(../img/lpapply/tongy_5_bg.jpg);background-size:cover;height:508px;}
.header_lp_tongy img{width:100%;object-fit: cover;}
.header_lp_tongy img:hover{cursor: pointer;}
.tongy2_5 {background-image: url(../img/lpapply/tongy2_5_bg.jpg);background-size:cover;height:553px;}
.tongy3_1 {background-image: url(../img/lpapply/tongy3_1_bg.jpg);background-size:cover;height:798px;}
.tongy3_3 {background-image: url(../img/lpapply/tongy3_3_bg.jpg);background-size:cover;height:743px;}

.tongy4_2 {background-image: url(../img/lpapply/tongy4_2_bg.jpg);background-size:cover;height:696px;}
.tongy4_3 {background-image: url(../img/lpapply/tongy4_3_bg.jpg);background-size:cover;height:656px;}
.tongy4_5 {background-image: url(../img/lpapply/tongy4_5_bg.jpg);background-size:cover;height:523px;}

.jiaoyu_1 {background-image: url(../img/lpapply/jiaoyu_1_bg.jpg);background-size:cover;height:629px;}
.jiaoyu_4 {background-image: url(../img/lpapply/jiaoyu_4_bg.jpg);background-size:cover;height:692px;}
.jiaoyu_5 {background-image: url(../img/lpapply/jiaoyu_5_bg.jpg);background-size:cover;height:710px;}

.jixie_4 {background-image: url(../img/lpapply/jixie_4_bg.jpg);background-size:cover;height:611px;}
.jiaoyu_1 .select_txt{position: absolute;right:0;left:0;top: 181px;font-size: 20px;width: 250px;margin: auto;}
.jiaoyu_1 .select_txt p{height: 68px;line-height: 68px;position:relative; }

.sw_1 {background-image: url(../img/lpapply/sw_1_bg.jpg);background-size:cover;height:695px;}
.sw_2 {background-image: url(../img/lpapply/sw_2_bg.jpg);background-size:cover;height:40px;}
.sw_6 {background-image: url(../img/lpapply/sw_6_bg.jpg);background-size:cover;height:710px;}

.cat_1 {background-image: url(../img/lpapply/cat_1_bg.jpg);background-size:cover;height:832px;}
.cat_2 {background-image: url(../img/lpapply/cat_2_bg.jpg);background-size:cover;height:955px;}
.cat_5 {background-image: url(../img/lpapply/cat_5_bg.jpg);background-size:cover;height:779px;}
.cat_4 {background-color: #cde8f7;}

.dians_1 {background-image: url(../img/lpapply/dians_1_bg.jpg);background-size:cover;height:534px;}
.dians_2 {background-image: url(../img/lpapply/dians_2_bg.jpg);background-size:cover;height:774px;}
.dians_4 {background-image: url(../img/lpapply/dians_4_bg.jpg);background-size:cover;height:589px;}
.dians_5 {background-image: url(../img/lpapply/dians_5_bg.jpg);background-size:cover;height:674px;}

.xchengxu_4 {background-image: url(../img/lpapply/xchengxu_4_bg.jpg);background-size:cover;height:889px;}

.wuliu_1 {background-image: url(../img/lpapply/wuliu_1_bg.jpg);background-size:cover;height:539px;}
.wuliu_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/wuliu_2_bg.jpg);background-size:cover;height:801px;}
.wuliu_3 {background-image: url(../img/lpapply/wuliu_3_bg.jpg);background-size:cover;height:807px;}
.wuliu_5 {background-image: url(../img/lpapply/wuliu_5_bg.jpg);background-size:cover;height:673px;}

.hd520_1 {background-image: url(../img/lpapply/520hd_1_bg.jpg);background-size:cover;height:761px;}
.hd520_2 {background-image: url(../img/lpapply/520hd_2_bg.jpg);background-size:cover;height:671px;}
.hd520_3 {background-image: url(../img/lpapply/520hd_3_bg.jpg);background-size:cover;height:777px;}
.hd520_4 {background-image: url(../img/lpapply/520hd_4_bg.jpg);background-size:cover;height:606px;}
.hd520_5 {background-image: url(../img/lpapply/520hd_5_bg.jpg);background-size:cover;height:489px;}

.duanwu_1 {background-image: url(../img/lpapply/duanwu_1_bg.jpg);background-size:cover;height:844px;}
.duanwu_2 {background-image: url(../img/lpapply/duanwu_2_bg.jpg);background-size:cover;height:585px;}
.duanwu_3 {background-image: url(../img/lpapply/duanwu_3_bg.jpg);background-size:cover;height:660px;}
.duanwu_4 {background-image: url(../img/lpapply/duanwu_4_bg.jpg);background-size:cover;height:271px;}

.khuan_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/618_1_bg.jpg);background-size:cover;height:920px;}
.khuan_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/618_2_bg.jpg);background-size:cover;height:688px;}
.khuan_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/618_3_bg.jpg);background-size:cover;height:1063px;}
.khuan_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/618_4_bg.jpg);background-size:cover;height:528px;}

.ssj_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p1_bg.jpg);background-size:cover;height:600px;}
.ssj_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_3_bg.jpg);background-size:cover;height:558px;}
.ssj_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_bg.jpg);background-size:cover;height:747px;}


.gqj_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/gqj_1_bg.jpg);background-size:cover;height:854px;}
.gqj_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/gqj_2_bg.jpg);background-size:cover;height:796px;}

.dajt_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/dajt_02_bg.jpg);background-size:cover;height:653px;}

.s11_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s11_1_bg.jpg);background-size:cover;height:809px;}
.s11_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s11_2_bg.jpg);background-size:cover;height:649px;}
.s11_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s11_3_bg.jpg);background-size:cover;height:713px;}
.s11_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s11_4_bg.jpg);background-size:cover;height:657px;}

.ganenjie_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ganenjie_1_bg.png);background-size:cover;height:731px;}
.ganenjie_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ganenjie_2_bg.png);background-size:cover;height:739px;}


.tongy5_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy5_1_bg.jpg);background-size:cover;height:734px;}
.tongy5_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy5_2_bg.jpg);background-size:cover;height:707px;}
.tongy5_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy5_3_bg.jpg);background-size:cover;height:794px;}
.tongy5_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy5_4_bg.jpg);background-size:cover;height:654px;}
.tongy5_5 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy5_5_bg.jpg);background-size:cover;height:792px;}

.tongy7_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy7_3_bg.jpg);background-size:cover;height:769px;}

.s12_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s12_1_bg.jpg);background-size:cover;height:134px;}
.s12_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s12_2_bg.jpg);background-size:cover;height:455px;}
.s12_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s12_3_bg.jpg);background-size:cover;height:512px;}
.s12_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/s12_4_bg.jpg);background-size:cover;height:942px;}

.tuig_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tuig_3_bg.jpg);background-size:cover;height:763px;}
.tuig_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tuig_4_bg.jpg);background-size:cover;height:773px;}

.pd_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_2_bg.jpg);background-size:cover;height:857px;}
.pd_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_4_bg.jpg);background-size:cover;height:815px;}

.yingx_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingx_1_bg.jpg);background-size:cover;height:865px;}
.yingx_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingx_3_bg.jpg);background-size:cover;height:682px;}
.yingx_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingx_4_bg.jpg);background-size:cover;height:774px;}

.daili_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/dali_1_bg.jpg);background-size:cover;height:609px;}
.daili_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/dali_3_bg.jpg);background-size:cover;height:685px;}

.wenda_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/wenda_2_bg.jpg);background-size:cover;height:630px;}
.wenda_333 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/wenda_3_bg.jpg);background-size:cover;height:827px;}
.wenda_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/wenda_4_bg.jpg);background-size:cover;height:660px;}
.site_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/site_3_bg.jpg);background-size:cover;height:574px;}
.site_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/site_4_bg.jpg);background-size:cover;height:650px;}
.feiyong_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/feiyong_1_bg.jpg);background-size:cover;height:614px;}
.feiyong_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/feiyong_2_bg.jpg);background-size:cover;height:699px;}
.feiyong_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/feiyong_3_bg.jpg);background-size:cover;height:646px;}
.hd3_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/hd3_1_bg.jpg);background-size:cover;height:847px;}
.hd3_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/hd3_2_bg.jpg);background-size:cover;height:752px;}
.huixiao_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huixiao_1_bg.jpg);background-size:cover;height:912px;}
.huixiao_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huixiao_3_bg.jpg);background-size:cover;height:557px;}
.qrj_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/qrj_1_bg.jpg);background-size:cover;height:906px;}
.qrj_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/qrj_2_bg.jpg);background-size:cover;height:662px;}
.cost_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/cost_2_bg.jpg);background-size:cover;height:510px;}
.youhui_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/youhui_1_bg.jpg);background-size:cover;height:882px;}
.youhui_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/youhui_3_bg.jpg);background-size:cover;height:419px;}
.wenda1_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/wenda1_3_bg.jpg);background-size:cover;height:827px;}
.wenda1_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/wenda1_4_bg.jpg);background-size:cover;height:623px;}
.lvyou_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/lvyou_3_bg.jpg);background-size:cover;height:661px;}

.nvshen_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/nvshen_1_bg.jpg);background-size:cover;height:909px;}
.nvshen_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/nvshen_2_bg.jpg);background-size:cover;height:662px;}

.huoke_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_bg.jpg);background-size:cover;height:510px;}
.huoke_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_4_bg.jpg);background-size:cover;height:622px;}

.tuig2_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tuig2_2_bg.jpg);background-size:cover;height:663px;}
.tuig2_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tuig2_4_bg.jpg);background-size:cover;height:643px;}

.jingdui_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_1_bg.jpg);background-size:cover;height:655px;}
.jingdui_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_3_bg.jpg);background-size:cover;height:733px;}
.jingdui_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_4_bg.jpg);background-size:cover;height:630px;}

.zhuanq_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/zhuanq/zhuanq_1_bg.jpg);background-size:cover;height:657px;}
.zhuanq_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/zhuanq/zhuanq_3_bg.jpg);background-size:cover;height:306px;}
.zhuanq_5 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/zhuanq/zhuanq_5_bg.jpg);background-size:cover;height:750px;}
.zhuanq_2 {background:none;}

.yingx2_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingxiao2/1_bg.jpg);background-size:cover;height:657px;}
.pingtai_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/1_bg.jpg);background-size:cover;height:617px;}
.pingtai_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/2_bg.jpg);background-size:cover;height:632px;}
.pingtai_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/4_bg.jpg);background-size:cover;height:656;}

.wuyi23_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/wuyi23/part1_bg.jpg);background-size:cover;height:720px;}
.wuyi23_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/wuyi23/part2_bg.jpg);background-size:cover;height:684px;}

.zhuce_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/gongsizc/1_bg.jpg);background-size:cover;height:978px;}
.zhuce_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/gongsizc/2_bg.jpg);background-size:cover;height:637px;}
.zhuce_3 .con_right{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/gongsizc/3-2.png);background-size:cover;height:240px;}
. {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/gongsizc/1_bg.jpg);background-size:cover;height:978px;}
.hd23520_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/23520/1_bg.jpg);background-size:cover;height:540px;}
.hd23520_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/23520/2_bg.jpg);background-size:cover;height:609px;}
.hd23520_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/23520/3_bg.jpg);background-size:cover;height:592px;}

.hd618_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/23618/1_bg.jpg);background-size:cover;height:557px;}
.hd618_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/23618/2_bg.jpg);background-size:cover;height:748px;}
.hd618_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/23618/3_bg.jpg);background-size:cover;height:592px;}

.duanwu23_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/duanwu23/1_bg.jpg);background-size:cover;height:844px;}
.duanwu23_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/duanwu23/2_bg.jpg);background-size:cover;height:833px;}
.duanwu23_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/duanwu23/3_bg.jpg);background-size:cover;height:283px;}

.summer23_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/summer23/1_bg.jpg);background-size:cover;height:593px;}
.summer23_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/summer23/2_bg.jpg);background-size:cover;height:682px;}
.summer23_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/summer23/3_bg.jpg);background-size:cover;height:688px;}

.huishou_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huishou/1_bg.jpg);background-size:cover;height:716px;}
.huishou_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huishou/2_bg.jpg);background-size:cover;height:705px;}


.huishou_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huishou/1_bg.jpg);background-size:cover;height:726px;}
.huishou_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huishou/2_bg.jpg);background-size:cover;}

.qixi23_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/qixi23/1_bg.jpg);background-size:cover;height:716px;}
.qixi23_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/qixi23/2_bg.jpg);background-size:cover;height:540px;}

.gqj23_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/gqj23/1_bg.jpg);background-size:cover;height:894px;}
.gqj23_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/gqj23/2_bg.jpg);background-size:cover;height:765px;}


/*guoqingjie 2024*/
.gqj24_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/gqj2024/1_bg.jpg);background-size:cover;height:894px;}

/*aigc bg*/
.aigclp_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/aigc/lp/1_bg.jpg);background-size:cover;height:516px;}
.aigclp_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/aigc/lp/2_bg.jpg);background-size:cover;height:239px;}
.aigclp_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/aigc/lp/3_bg.jpg);background-size:cover;height:639px;}
.aigclp_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/aigc/lp/4_bg.jpg);background-size:cover;height:685px;}


/*shuangshiyi 2023 */
.s1102_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s1102/1_bg.jpg);background-size:cover;height:232px;}
.s1102_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s1102/3_bg.jpg);background-size:cover;height:473px;}
.s1102_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s1102/4_bg.jpg);background-size:cover;height:231px;}
.s1102_5 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s1102/5_bg.jpg);background-size:cover;height:630px;}
.s1102_6 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s1102/6_bg.jpg);background-size:cover;height:751px;}
.s1102_7 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s1102/7_bg.jpg);background-size:cover;height:134px;}


/*ganenjie 2023 */
.ganen2023_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/ganen2023/1_bg.jpg);background-size:cover;height:232px;}
.ganen2023_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/ganen2023/2_bg.jpg);background-size:cover;height:648px;}
.ganen2023_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/ganen2023/3_bg.jpg);background-size:cover;height:753px;}
.ganen2023_4 p{height:145px;line-height:145px;text-align:center;font-size:16px;color:#888;letter-spacing:2px;}

/*tongy8 20231207 */
.tongy8_1 .container,.tongy8_3 .container,.tongy8_4 .container{padding-top:80px;padding-bottom:130px;}
.tongy8_2 .com-title .big-title{color:#333;}
.tongy8_2 .con-main .right ul li::before{right:0;}
.tongy8_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy8/2_bg.jpg);background-size:cover;}
.tongy8_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy8/4_bg.jpg);background-size:cover;}

/*s122023 20231207 */
.s122023_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122023/1_bg.jpg);background-size:cover;height:232px;}
.s122023_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122023/2_bg.jpg);background-size:cover;height:635px;}
.s122023_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122023/3_bg.jpg);background-size:cover;height:755px;}


/*yuandan 2023 */
.yuandan23_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/yuandan23/1_bg.jpg);background-size:cover;height:900px;}
.yuandan23_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/yuandan23/2_bg.jpg);background-size:cover;height:750px;}

/*chunjie 2024 */
.chunjie24_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/chunjie24/1_bg.jpg);background-size:cover;height:908px;}
.chunjie24_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/chunjie24/2_bg.jpg);background-size:cover;height:758px;}

/*nvshenjie 2024 */
.nvshenjie_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/nvshenjie/1_bg.jpg);background-size:cover;height:909px;}
.nvshenjie_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/nvshenjie/2_bg.jpg);background-size:cover;height:609px;}

/*wuyi2024 2024 */
.wuyi2024_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/wuyi2024/1_bg.jpg);background-size:cover;height:720px;}
.wuyi2024_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/wuyi2024/2_bg.jpg);background-size:cover;height:707px;}

/*shuangshiyi 2024 */
.s112024_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/shuangshiyi24/1_bg.jpg);background-size:cover;height:232px;}
.s112024_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/shuangshiyi24/3_bg.jpg);background-size:cover;height:473px;}
.s112024_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/shuangshiyi24/4_bg.jpg);background-size:cover;height:231px;}
.s112024_5 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/shuangshiyi24/5_bg.jpg);background-size:cover;height:624px;}
.s112024_6 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/shuangshiyi24/6_bg.jpg);background-size:cover;height:751px;}

.rules_txt {text-align: center;margin-top: 60px;color: #7f7f7f;letter-spacing: 1px;}

.gqj_color{color:#ffe4c5 !important;background:#d22b22 !important;border: none;}
.gqj_banner .con{width: 15% !important;left: 19% !important;top: 76% !important;}
.qinquan_pic{height:auto !important;}

.ssj_banner .con .slogan{max-width:700px;}
.color-fff{color:#fff !important;}
.color-blue{color:#4486f4 !important;}
.big-title-info{font-size:18px;}
.ssj_0,.ssj_1,.ssj_4,.ssj_5{margin-top:0 !important;}

.ssj_1 .con-main {display: flex; justify-content: space-evenly;}
.ssj_1 .one{margin-top:20px !important;padding:20px 0;border-radius:5px;width:554px;height:224px;}
.ssj_1 .com-title .big-title,.ssj_2 .com-title .big-title,.ssj_3 .com-title .big-title,.ssj_4 .com-title .big-title,.ssj_5 .com-title .big-title,.ssj_6 .com-title .big-title{font-size:40px;letter-spacing:2px;}
.ssj_1 .com-title,.ssj_2 .com-title,.ssj_3 .com-title,.ssj_4 .com-title,.ssj_5 .com-title {margin-top:-30px;}


.ssj_1 .one .big-title{font-size: 27px;font-weight:600;letter-spacing: 3px;color: #4169cb;margin:10px 0;background: #ffedab;border-radius: 5px;width: 65%;margin: 0 auto;margin-top: 20px;padding: 5px 0;}
.ssj_1 .one .big-title-2{font-size: 24px;color: #fff;margin-bottom: 0px;letter-spacing: 3px;margin-top: 5px;}
.ssj_1 .one .big-title-3{color: #fff;letter-spacing: 2px;font-size: 18px;}
.ssj_1 .ticket_1{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p1_t1.png);background-size:cover;}
.ssj_1 .ticket_2{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p1_t2.png);background-size:cover;}
.ssj_1 .com-title{margin-top:0;margin-bottom: 20px;}

.ssj_2 .con-main ul li{width:380px !important;}
.ssj_2 .text .big-title-2{font-size:28px !important;font-weight:600;letter-spacing:3px;}
.ssj_2 .text .big-title-3{font-size:18px;color:#7d7d7d;}
.ssj_2 .text {height:151.78px;}

.ssj_3 .con-main ul{margin-bottom:20px;}
.ssj_3 .con-main ul li{width:49% !important;}
.ssj_3 .con-main ul li .pic{height:100px !important;}
.ssj_3 .text .big-title{font-size:25px !important;letter-spacing:2px;}
.ssj_3 .text .big-title img{margin-right:10px;}
.ssj_3 .text {padding:25px !important;}
.ssj_4 .con-main{padding:0 95px;}
.ssj_4 .con-main .right ul li{background-color:#fff !important;color:#333;padding:12px;text-align:left;padding-left:140px !important;}
.pd_2 .con-main .right ul li{width:500px !important;padding:12px !important;padding-left:140px !important;}
.pd_2 .con-main{padding:0 90px !important;}

.ssj_4 .con-main .right ul li.active,.ssj_4 .con-main .right ul li:hover{background-color: var(--mainColor) !important;color:#fff !important;}
.ssj_4 .con-main .right ul li:nth-child(1) {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon1.png) no-repeat 40px ;}
.ssj_4 .con-main .right ul li:nth-child(2) {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon2.png) no-repeat 40px;}
.ssj_4 .con-main .right ul li:nth-child(3) {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon3.png) no-repeat 40px;}
.ssj_4 .con-main .right ul li:nth-child(4) {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon4.png) no-repeat 40px;}
.ssj_4 .con-main .right ul li:nth-child(5) {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_p2_icon5.png) no-repeat 40px;}
.ssj_4 .con-main .right ul li:nth-child(1).active,.ssj_4 .con-main .right ul li:nth-child(1):hover {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon1_bg.png) no-repeat 40px; }
.ssj_4 .con-main .right ul li:nth-child(2).active,.ssj_4 .con-main .right ul li:nth-child(2):hover {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon2_bg.png) no-repeat 40px; }
.ssj_4 .con-main .right ul li:nth-child(3).active,.ssj_4 .con-main .right ul li:nth-child(3):hover {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon3_bg.png) no-repeat 40px; }
.ssj_4 .con-main .right ul li:nth-child(4).active,.ssj_4 .con-main .right ul li:nth-child(4):hover {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_icon4_bg.png) no-repeat 40px; }
.ssj_4 .con-main .right ul li:nth-child(5).active,.ssj_4 .con-main .right ul li:nth-child(5):hover {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_p2_icon5_bg.png) no-repeat 40px; }


#pd_2 .con-main .left .left-wrap.active:nth-child(2) .pic1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_p2_3.png);}
#pd_2 .con-main .left .left-wrap.active:nth-child(2) .pic2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_p2_4.jpg);}
.ssj_4 .con-main .left .left-wrap.active:nth-child(4) .pic1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_7.png);}
.ssj_4 .con-main .left .left-wrap.active:nth-child(4) .pic2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_p4_8.jpg);width:364px;height:250px;}
.ssj_4 .con-main .left .left-wrap.active:nth-child(5) .pic1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_p2_9.png);}
.ssj_4 .con-main .left .left-wrap.active:nth-child(5) .pic2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pd_p2_10.png);}


.ssj_4 .con-main .right .big-title{font-size:24px !important;}
.ssj_4 .con-main .right a:hover,.ssj_4 .con-main .right a:active{color:#fff;}
.ssj_4 .con-main .right ul li.active .big-title-info,.ssj_4 .con-main .right ul li:hover .big-title-info{color:#fff;}
.ssj_4 .con-main .right ul li.active a,.ssj_4 .con-main .right ul li:hover a{color:#fff;}
.ssj_4 .con-main{margin-top:30px;}
.ssj_4 .con-main .left .left-wrap.active .pic1{width:196px;height:408px;margin-left:70px;}
.ssj_4 .con-main .left .left-wrap.active .pic2{width:350px;height:206px;}

.ssj_5 .con-main .one ul li{width:49% !important;}
.ssj_5 .con-main .one ul li .pic{height:200px !important;}
.ssj_5 .con-main .one ul li .text{right:10px;top:10px;width: auto;left: inherit;bottom: inherit;color:#fff;text-align:right;}
.ssj_5 .con-main .one ul li .text .big-title{font-size:30px;}
.ssj_5 .con-main .one ul li .text .big-title-info{font-size:18px !important;letter-spacing:2px;}
.ssj_5 .con-main .two {margin-top:30px;}
.ssj_5 .con-main .two ul li{flex-direction: column;}
.ssj_5 .con-main .two ul li .text{margin-left:0;}
.ssj_5 .con-main .two .text .big-title{font-size:28px !important;letter-spacing:5px;}
.ssj_5 .con-main .two .text .big-title-info{font-size:18px;letter-spacing:2px;}
.ssj_banner .con{left:48%;}

.s11_4 .consult{bottom: 160px;}
.ganenjie_1  img{margin-top:30px;}
.ganenjie_1  img:hover{cursor:pointer;}
.ganenjie_2  img{margin-top:80px;}

.ssj_4 .com-title .big-title .line_1 {
    background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_white_1.png) no-repeat -19px;
    width: 212px;
    height: 17px;
    margin-right:10px;
    display: inline-block;
}

.ssj_4 .com-title .big-title .line_2 {
    background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_white_2.png) no-repeat;
    width: 212px;
    height: 17px;
    margin-left: 10px;
    display: inline-block;
}


.ssj_1 .com-title .big-title .line_1,.ssj_2 .com-title .big-title .line_1,.ssj_3 .com-title .big-title .line_1,.ssj_5 .com-title .big-title .line_1{
    background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_blue_1.png) no-repeat;
    width: 231px;
    height: 17px;
    margin-right:10px;
    display: inline-block;
}

.ssj_1 .com-title .big-title .line_2,.ssj_2 .com-title .big-title .line_2,.ssj_3 .com-title .big-title .line_2,.ssj_5 .com-title .big-title .line_2 {
    background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/ssj_blue_2.png) no-repeat;
    width: 231px;
    height: 17px;
    margin-left: 10px;
    display: inline-block;
}


.dajt_2_con{position:relative;}
.hd_part .dajt_2_con .consult{bottom:130px;right: inherit;left: 50px;}
.dajt_banner .con .slogan img{ max-width: 100%;}

.tongy7_3 h2 {color:#fff;text-align:center;padding-top:50px;letter-spacing:2px;font-size: 36px;}
.tongy7_3 .con{display:flex;justify-content: space-around;flex-wrap: wrap;}
.tongy7_3 .con-list{display: flex;color:#fff;width: 47%;border: 1px solid #fff;margin-top:50px;border-radius: 10px;}
.tongy7_3 .con-list:hover{color:#333;background:#fff;cursor:pointer;}
.tongy7_3 .con-list .list{width:50%;position: relative;}
.tongy7_3 .con-list .l img{width:50px;position: absolute;left: 30px;top: 35px;}
.tongy7_3 .con-list .r img{width:100%;border-radius:10px;}
.tongy7_3 .con-list img{width:auto;}
.tongy7_3 .con-list .l p{font-size:18px;font-weight:600;letter-spacing:3px;position: absolute;left: 30px;top: 110px;}
.tongy7_banner .con img{width: 85%;}
.tongy2_banner .con img{width:85%;}
.w_85 .con img {max-width:100%;margin-bottom:10px;}
.tongy2_banner,.yuandan_banner{height:26vw !important;}
.yuandan_banner .slogan img{width:85%;}
.site_banner .con img{width:115%;}
.qrj_1 img:hover,.site_4 img:hover,.wenda_4 img:hover,.pointer img:hover{cursor:pointer;}
.form_tit{font-size: 35px;padding: 20px 0;font-weight: 600;letter-spacing: 4px;}
.feiyong_banner .con img{width:115%;}

.huoke_2 h2{color:#fff;letter-spacing: 3px;padding: 60px 0;font-size:36px;}
.huoke_2 .content{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.huoke_2 .box{background:#fff;width: 30%;border-radius: 10px;padding: 0 30px;padding-bottom: 20px;}
.huoke_2 .box .title{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_i1.png) no-repeat;font-size: 24px;color: #fff;font-weight: 600;height: 59px;width: 54px;text-align: center;line-height: 55px;margin-bottom: 20px;}
.huoke_2 .box .des_1 {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_1.png) no-repeat;text-align: right;}
.huoke_2 .box .des_2 {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_3.png) no-repeat;text-align: right;}
.huoke_2 .box .des_3 {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_5.png) no-repeat;text-align: right;}
.huoke_2 .box .txt_1{font-size:24px;}
.huoke_2 .box .txt_2{color:#777;font-size: 16px;}

.huoke_2 .box:hover{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_sbg.png);cursor: pointer;}
.huoke_2 .box:hover .txt_1,.huoke_2 .box:hover .txt_2{color:#fff;}
.huoke_2 .box:hover .title{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_i2.png) no-repeat;}
.huoke_2 .box:hover .des_1{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_2.png) no-repeat;}
.huoke_2 .box:hover .des_2{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_4.png) no-repeat;}
.huoke_2 .box:hover .des_3{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/huoke_2_6.png) no-repeat;}


.mySwiper{width: 1170px;margin:  auto;overflow: hidden;}
.mySwiper .tit{font-size: 24px;font-weight: 600;letter-spacing: 3px;margin: 18px 0;}
.mySwiper .tit img{width: 42px;height:auto;margin-right: 15px;}
.jingdui_1 .big-title{padding-top: 60px;margin-bottom: 35px;letter-spacing:5px;}
.jingdui_3 .con-main .left .left-wrap.active .pic1{width:408px;height:441px;}
.jingdui_3 .con-main .right ul li:nth-child(1),.jingdui_3 .con-main .right ul li:nth-child(1).active, .jingdui_3 .con-main .right ul li:nth-child(1):hover{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_3_i1.png) no-repeat 25px;background-size:45px;}
.jingdui_3 .con-main .right ul li:nth-child(2),.jingdui_3 .con-main .right ul li:nth-child(2).active, .jingdui_3 .con-main .right ul li:nth-child(2):hover{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_3_i2.png) no-repeat 25px;background-size:45px;}
.jingdui_3 .con-main .right ul li:nth-child(3),.jingdui_3 .con-main .right ul li:nth-child(3).active, .jingdui_3 .con-main .right ul li:nth-child(3):hover{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_3_i3.png) no-repeat 25px;background-size:45px;}
.jingdui_3 .con-main .right ul li:nth-child(4),.jingdui_3 .con-main .right ul li:nth-child(4).active, .jingdui_3 .con-main .right ul li:nth-child(4):hover {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_3_i4.png) no-repeat 25px;background-size:45px;}
.jingdui_3 .con-main .right ul li:nth-child(5),.jingdui_3 .con-main .right ul li:nth-child(5).active, .jingdui_3 .con-main .right ul li:nth-child(5):hover {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_3_i5.png) no-repeat 25px;background-size:45px;}


.jingdui_3 .con-main .right ul li{background-color:rgba(1,18,66,0.6) !important;color:#fff;border:1px solid #999;padding: 5px 20px !important;padding-left: 95px !important;border-radius: 5px !important;display: flex;justify-content: flex-start;align-items: center;}
.jingdui_3 .con-main .right ul li span{width:50%;text-align: center;letter-spacing: 3px;padding-left:20px;}
.jingdui_3 .big-title-info{font-size: 22px;}
.jingdui_3 .con-main .right .big-title{font-size:26px !important;}
.jingdui_3 .con-main .right ul li.active, .jingdui_3 .con-main .right ul li:hover{border: 1px solid #4581fb;}
.jingdui_3 .con-main .right i{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/jingdui/jingdui_3_line.png) no-repeat;width: 1px;height: 59px;}
.zhuanq_4 img{width:auto;margin-left: -375px;}

.pingtai_3 .com-title img{width:auto;margin-top:80px;margin-bottom:50px;}
.pingtai_3 .container{padding-bottom:150px;}
.pingtai_3 .con-main{display:flex;}
.pingtai_3 .con-main .list_box{width:25%;position: relative;color:#fff;height:376px;overflow:hidden;}
.pingtai_3 .con-main .list_box p{text-align: center;z-index:10;}
.pingtai_3 .con-main .list_box .txt_1{position: absolute;top: 20%;right: 0;left: 0;font-size: 16px;}
.pingtai_3 .con-main .list_box .txt_2{position: absolute;right: 0;left: 0;bottom: 18%;font-size: 24px;letter-spacing: 3px;}
.pingtai_3 .con-main .list_box .txt_3{position: absolute;top: auto;right: 0;left: 0;bottom: 10%;font-size: 16px;letter-spacing: 2px;}
.pingtai_3 .con-main .list_box .mask{position:absolute;width:100%;height:100%;background: #4581fb;opacity: 0;}
.pingtai_3 .con-main .list_box:hover .mask{opacity:0.6;cursor:pointer;}
.pingtai_3 .box_1{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_1.png) no-repeat; background-size:cover;}
.pingtai_3 .box_2{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_2.png) no-repeat; background-size:cover;}
.pingtai_3 .box_3{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_3.png) no-repeat; background-size:cover;}
.pingtai_3 .box_4{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_4.png) no-repeat; background-size:cover;}
.pingtai_3 .con-main .box_1 .txt_1{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_i1.png) no-repeat;height: 65px;width: 40px;margin: 0 auto;background-size: contain;background-position: bottom;}
.pingtai_3 .con-main .box_2 .txt_1{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_i2.png) no-repeat;height: 65px;width: 40px;margin: 0 auto;background-size: contain;background-position: bottom;}
.pingtai_3 .con-main .box_3 .txt_1{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_i3.png) no-repeat;height: 65px;width: 40px;margin: 0 auto;background-size: contain;background-position: bottom;}
.pingtai_3 .con-main .box_4 .txt_1{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_i4.png) no-repeat;height: 65px;width: 40px;margin: 0 auto;background-size: contain;background-position: bottom;}
.pingtai_3 .con-main .list_box .line{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/pingtai/3_line.png) no-repeat;background-size:cover;width: 4px;height: 80px;position: absolute;margin: 0 auto;left: 0;right: 0;top: 43%;}


/*gongsizhuce*/
.pt80{padding-top:80px;}
.pb50{padding-bottom:50px;}
.zhuce_2 .com-title{color:#fff;margin-bottom: 50px;}
.zhuce_2 .wow{color: #fff !important;font-size: 20px;letter-spacing: 2px;}
.zhuce_4 .com-title{margin-top:auto;}
.zhuce_2 .con-main{display:flex;}
.zhuce_2 .con_left{width: 40%;}
.zhuce_2 .con_left img{width:100%;}
.zhuce_2 .con_right{
    display: flex;
    color: #fff;
    width: 60%;
    align-items: center;
    justify-content: space-evenly;
}
.zhuce_2 .con_list .title{font-size: 24px;letter-spacing: 3px;margin:20px 0 10px;position: relative;}
.zhuce_2 .con_list .title i{height: 15px;width: 1px;background-color: #fff;display: inline-block;position: absolute;left: -15px;top: 10px;}
.zhuce_2 .con_list .tips{font-size:16px;letter-spacing:2px}
.zhuce_3 .con-main{display:flex;align-items: center;}
.zhuce_3 .con_left{width:50%;}
.zhuce_3 .con_left img{width:100%;}
.zhuce_3 .con_right{width: 50%;display:flex;flex-direction: column;justify-content: center;padding-left: 30px;}
.zhuce_3 .con_right h3{font-weight:600;letter-spacing:5px;}
.zhuce_3 .con_right .title{font-size: 24px;color:#666;display:flex;justify-content: space-between;letter-spacing: 2px;margin: 20px 0;padding-right: 35px;}
.zhuce_3 .con_right .tips{font-size:18px;color:#888;}
.zhuce_3 .com-title{margin-bottom:50px;}
.zhuce_3 .wow,.zhuce_4 .wow{font-size: 20px;letter-spacing: 2px;}
.zhuce_3 .con_right .title i{margin-left: 10px;}
.zhuce_4 .con-main .one ul li .text{left:15px;text-align:left;top:15px;}
.zhuce_4 .con-main .two ul li{align-items: center;}
.zhuce_4 .con-main .two ul li .text{text-align:center;margin-left: 0 !important;}
.zhuce_4 .con-main .two ul li .img_2{display:none;}
.part2 .con-main .two ul li:hover .img_2{display:block;}
.part2 .con-main .two ul li:hover .img_1{display:none;}

/*baiduyun*/
.bdy_youhui{text-align:center;position: relative;}
.bdy_youhui img{width:70%;}
.bdy_tips{text-align:center;color:#7f7f7f;margin-top: 50px;}
.bdy_youhui .bdy_btn{position:absolute;left: 50%;top: 30%;}

/*hd23520*/
.hd23520_banner .con .slogan{text-align:center;max-width:inherit !important;}
.hd23520_banner .con .slogan img{width:65%;}

/*hd23618*/
.banner_618 .con .slogan img{width: 31% !important;}

/*duanwujie2023*/
.duanwu23_ban{height:auto !important;}
.bot80{bottom:80px !important;}


/*ssj_2023 sousuojie 2023*/
.ssj_2023 .ssj_2 .flex_bet_center{ justify-content: space-evenly;}
.ssj_2023 .ssj_4 .con-main .right .big-title{font-size: 20px !important;} 
.ssj_2023 .ssj_4 .con-main .right .big-title-info{font-size:16px;color: #666;}
.ssj_2023 .ssj_4 .con-main .right ul li{padding:10px;}
.ssj_2023 .ssj_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_bg_2.jpg);background-size:cover;height:900px;}

.ssj_2023 .ssj_4 .con-main .left .left-wrap.active:nth-child(3) .pic1{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_3a.png)}
.ssj_2023 .ssj_4 .con-main .left .left-wrap.active:nth-child(3) .pic2{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_3b.png);}
.ssj_2023 .ssj_4 .con-main .left .left-wrap.active:nth-child(5) .pic1{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_7a.png)}
.ssj_2023 .ssj_4 .con-main .left .left-wrap.active:nth-child(5) .pic2{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_7b.png);}
.ssj_2023 .ssj_4 .con-main .left .left-wrap.active:nth-child(6) .pic1{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_8a.png)}
.ssj_2023 .ssj_4 .con-main .left .left-wrap.active:nth-child(6) .pic2{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_8b.png);}



.ssj_2023 .ssj_4 .con-main .right ul li:nth-child(5) {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_i_7a.png) no-repeat 40px;}
.ssj_2023 .ssj_4 .con-main .right ul li:nth-child(6) {background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_i_8a.png) no-repeat 40px;}
.ssj_2023 .con-main .right ul li:nth-child(5).active,.ssj_4 .con-main .right ul li:nth-child(5):hover{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_i_7b.png) no-repeat 40px;}
.ssj_2023 .con-main .right ul li:nth-child(6).active,.ssj_4 .con-main .right ul li:nth-child(6):hover{background: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie/part4_i_8b.png) no-repeat 40px;}
.ssj_2023 .ssj_2 .con-main ul li{width: 500px !important;}
.ssj_2023 .ssj_4 .con-main .left .left-wrap.active .pic1{width: 238px;height: 500px;margin-left: 25px;}
.ssj_2023 .ssj_4 .con-main .left .left-wrap.active .pic2{width:364px;height: 251px;left: -40px;}
.ssj_2023 .banner{text-align:left !important;}

/*sousuojie 2024*/
.ssj_1 .rule_con {background: #fff;padding: 30px;color:#777;}
.rule_con h2 {font-size:30px;}
.rule_con .fuli_txt{font-size:18px;margin-top:10px;}
.rule_con .rule_txt{font-size:18px;margin-top:30px;}
.ssj3_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/sousuojie3/1_bg.jpg);background-size:cover;height:466px;}
.part4 .con-main .right ul li a


/*summer2301*/
.summer23_banner .con .slogan{max-width:none !important;}
.summer23_banner .con .slogan img{width:50%;}

/*yingxiao4*/
.yingx4_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingxiao4/1_bg.jpg);background-size:cover;height:477px;}
.yingx4_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingxiao4/3_bg.jpg);background-size:cover;height:800px;}
.yingx4_5 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingxiao4/5_bg.jpg);background-size:cover;height:796px;}
.yingx4_6 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/yingxiao4/6_bg.jpg);background-size:cover;height:724px;}

/*baijiahao*/
.baijiahao_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/baijiahao/1_bg.jpg);background-size:cover;height:744px;}
.baijiahao_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/baijiahao/3_bg.jpg);background-size:cover;height:745px;}
.baijiahao_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/baijiahao/4_bg.jpg);background-size:cover;height:885px;}


/*weixin pc*/
.weixin_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/weixin/1_bg.jpg);background-size:cover;height:586px;}
.weixin_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/weixin/3_bg.jpg);background-size:cover;height:759px;}
.weixin_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/weixin/4_bg.jpg);background-size:cover;height:709px;}


/*tongyong9 pc*/
.tongy9_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy9/1_bg.jpg);background-size:cover;height:853px;}
.tongy9_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy9/3_bg.jpg);background-size:cover;height:772PX;}
.tongy9_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy9/4_bg.jpg);background-size:cover;height:710PX;}


/*tongyong10 pc*/
.tongy10_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy10/2_bg.jpg);background-size:cover;height:707PX;}
.tongy10_4 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy10/4_bg.jpg);background-size:cover;height:595PX;}
.tongy10_6 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply/tongy10/6_bg.jpg);background-size:cover;height:676PX;}


/*lp10 pc*/
.lp10-1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply10/1-bg.jpg);background-size:cover;height:685PX;}
.lp10-2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/lpapply10/2-bg.jpg);background-size:cover;height:781PX;}


/*s12 2024*/
.s122024_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/1_bg.jpg);background-size:cover;height:232PX;}
.s122024_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/2_bg.jpg);background-size:cover;height:650PX;}
.s122024_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/3_bg.jpg);background-size:cover;height:755px;}


/*aigc*/
.cpu-bottom-show{position: absolute;display:flex;justify-content: space-evenly;z-index: 3;bottom: 100px;max-width:1200px;}
.cpu-bottom-show .item{width:30%;border-radius: 10px;padding: 20px;}
.cpu-bottom-show .item .title{
    line-height: 1.3;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 3px;
    /*font-family: "FZLTZHJW";*/
}

.cpu-bottom-show .item .desc{
    font-size: 18px;
    color: #555;
    text-align: justify;
}

.aigc_1 .btn1{position:absolute;z-index: 3;bottom: 50px;}
.cc-nav-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 128px;
    background: hsla(0,0%,100%,.05);
    border: 1px solid #fff;
    box-shadow: 0 3.42857px 28.2857px rgba(190,196,207,.28);
    -webkit-backdrop-filter: blur(8.14286px);
    backdrop-filter: blur(8.14286px);
    border-radius: 118px;
    margin: 28px auto 0;
    padding: 28 3px 0;
    background: #fff;
}

.cc-nav-item-container {
    flex: 1;
    display: flex;
    justify-content: center;
    border-right: 1px solid #e2e6f0;
}

.cc-nav-item{
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform .3s ease;
}

.cc-nav-item:hover {
    transform: translateY(-16px);
}

.cc-nav-icon {
    width: 64px;
    height: 64px;
    background-size: 100% 100%;
    margin-right: 12px;
    border-radius: 20px;
}
.cc-nav-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #282c33;
}
.cc-nav-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #848b99;
    margin-top: 3px;
}

.cc-nav-item-container:last-child {
    border-right: none;
}

.s-title{font-size:18px;}

.cc-content-container{
    width: 100%;
    margin: 0 auto;
    height: 660px;
    position: relative;
    padding-top: 150px;
}

.cc-content-text[data-v-ad6f49ce] {
    width: 435px;
    min-width: 436px;
    text-align: left;
}

.cc-content-title[data-v-ad6f49ce] {
    font-weight: 600;
    font-size: 50px;
    line-height: 84px;
    color: #0a0b0d;
}

.cc-content-desc[data-v-ad6f49ce] {
    margin-top: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #282c33;
}

.cc-content-text .cc-nav-button[data-v-ad6f49ce] {
    width: 160px;
    height: 56px;
    border-radius: 47px;
    border: 1px solid #3a5bfd;
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: #3a5bfd;
    margin-top: 72px;
    cursor: pointer;
}


.cc-video-container[data-v-ad6f49ce] {
    width: 785px;
    height: 557px;
    background: url(/img/videoBg.a92c3f8a.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -75px;
    top: 58px;
}

.cc-video-container .cc-video[data-v-ad6f49ce] {
    width: 645px;
    height: 420px;
    border-radius: 36px;
    position: absolute;
    top: 64px;
    left: 70px;
}


.aigc_3,.aigc_5{background-color:#f9fdff;}
.aigc_4{}
.aigc_1{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aigc_1 .com-title{position:absolute;z-index: 3;top: 104px;}

.initial-video {
    margin-top: 180px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 490px;
    border-radius: 46px;
    overflow: hidden;
    margin-top: 0;
    width: 100vw;
    height: 100vh;
    min-height: 864px;
    border-radius: 0;
}

.initial-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.initial-video video:nth-child(1) {
    z-index: 2;
}


/*wuyi23 btn color*/
.btn-coffee {
    color: #fff;
    background-color: #bb622a;
    border-color: #bb622a;
}

.btn-coffee:hover {
    color: #fff;
    background-color: #a5480e;
    border-color: #a5480e;
}

.btn-coffee.focus,.btn-coffee:focus {
    color: #fff;
    background-color: #a5480e;
    border-color: #a5480e;
    box-shadow: 0 0 0 .2rem rgba(230,143,89,.5)
}

.btn-coffee.disabled,.btn-coffee:disabled {
    color: #fff;
    background-color: #bb622a;
    border-color: #bb622a;
}


#pc_banner_32 .con  img {width: 32%;}
    
/*part3 animation*/
@keyframes change_-bg {
0%{color:#fff;background:none;}
12.5%{color:#333;background:#fff;}
25%{color:#fff;background:none;}
}

@keyframes change_-bg2 {
25%{color:#fff;background:none;}
37.5%{color:#333;background:#fff;}
50%{color:#fff;background:none;}
}

@keyframes change_-bg3 {
50%{color:#fff;background:none;}
67.5%{color:#333;background:#fff;}
75%{color:#fff;background:none;}
}

@keyframes change_-bg4 {
75%{color:#fff;background:none;}
87.5%{color:#333;background:#fff;}
100%{color:#fff;background:none;}
}

.tongy7_3 .con_1 {
    animation:change_bg 8s infinite;
    animation-timing-function: linear;
}

.tongy7_3 .con_2 {
    animation:change_bg2 8s infinite;
    animation-timing-function: linear;
}

.tongy7_3 .con_3 {
    animation:change_bg3 8s infinite;
    animation-timing-function: linear;
}

.tongy7_3 .con_4 {
    animation:change_bg4 8s infinite;
    animation-timing-function: linear;
}


/*.jiaoyu_1 .select_txt p input{*/
/*    height:20px;width:20px;border:1px solid #666;margin-right:10px;}*/
    
    {
           
    }
.jiaoyu_1 .select_txt p input[type='checkbox'] {
       position: absolute;
    left: 0; 
        top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: 0;
     z-index: 10; 
}
.jiaoyu_1 .select_txt p label {
     position: relative;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
  
}
    
  

.jiaoyu_1 .select_txt p label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px; 
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border:1px solid #666;
}

.jiaoyu_1 .select_txt p label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
    
.jiaoyu_1 .select_txt p input[type='checkbox']:checked + label:before {
    background: #007bff;
    border-color: #007bff;
}
.jiaoyu_1 .select_txt p input[type='checkbox']:checked + label:after {
    background: #007bff;
}
    
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

button {
  overflow: visible;
  outline: none;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
button:hover {
  cursor: pointer;
}

button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  background-color: transparent;
  border: none;
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
  padding: 0 10px;
}
input:active,
input:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
}
legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}
textarea:focus {
  outline: none;
}
optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style: none outside none;
}
input::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eee !important;
}
input::placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eee !important;
}

/* ===============================  =========================== */
:root {
  /* é¢œè‰² */
  --mainColor: #4581fb;
  --bgColorBlue: #f5f8ff;
  --bgDark: #282c33;
  --bgPurple: #272a39;
  /*  */
  --textGrey: #7f7f7f;
  --textPurple: #6d90fd;

  /* */
  --fontSm: 12px;
  --fontLg: 18px;
  --fontXlg: 20px;
  --fontXXlg: 24px;
  --fontXXXlg: 28px;
}
/*s12 2024*/
.s122024_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/1_bg.jpg);background-size:cover;height:232PX;}
.sd2025_2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/pc_di.jpg);background-size:cover;height:900PX;}
.sd2005_3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/5.jpg);background-size:cover;height:755px;}

/*cj 2025*/
.s122024_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/1_bg.jpg);background-size:cover;height:232PX;}
.sd2025_22 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/shedi.jpg);background-size:cover;height:900PX;}
.sd2005_33 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/shenian_5.jpg);background-size:cover;height:755px;}

/*cj 2025*/
.s122024_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/1_bg.jpg);background-size:cover;height:232PX;}
.sd2025_dp {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/dpdi.jpg);background-size:cover;height:900PX;}
.sd2005_dp2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/dpdi.jpg);background-size:cover;height:755px;}

/*cj 2025*/
.s122024_1 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/1_bg.jpg);background-size:cover;height:232PX;}
.sd2025_yx2 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/yx_di.jpg);background-size:cover;height:900PX;}
.sd2005_yx3 {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/pcyx3di.jpg);background-size:cover;height:755px;

.hd_part .consult0{position: absolute;right:0;left:0;bottom:-16px;}

/*cj 2025*/
.s122024_1{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/s122024/1_bg.jpg);background-size:cover;height:232PX;}
.sd2025_zc2{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/zc_di.jpg);background-size:cover;height:900PX;}
.sd2005_zc3{background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/pczc3_di.jpg);background-size:cover;height:755px;

